翻訳と辞書
Words near each other
・ Variations on "America"
・ Variations on "Gott erhalte Franz den Kaiser" (Czerny)
・ Variations on "I Got Rhythm"
・ Variations on "Là ci darem la mano" (Chopin)
・ Variations on a Blue Line
・ Variations on a Dream
・ Variations on a Korean Folk Song
・ Variations on A Love Supreme
・ Variations on a Nursery Tune (Dohnányi)
・ Variations on a Rococo Theme
・ Variations on a Theme
・ Variations on a Theme (David Thomas album)
・ Variations on a Theme (Om album)
・ Variations on a Theme by Haydn
・ Variations on a Theme by Tchaikovsky (Arensky)
Variable-length array
・ Variable-length buffer
・ Variable-length code
・ Variable-length intake manifold
・ Variable-length quantity
・ Variable-mass system
・ Variable-message sign
・ Variable-order Bayesian network
・ Variable-order Markov model
・ Variable-pitch propeller
・ Variable-position horizontal stabilizer
・ Variable-range hopping
・ Variable-Rate Multimode Wideband
・ Variable-speed air compressor
・ Variable-sweep wing


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Variable-length array : ウィキペディア英語版
Variable-length array
In computer programming, a variable-length array (VLA), also called variable-sized, runtime-sized, is an array data structure of automatic storage duration whose length is determined at run time (instead of at compile time).〔http://docs.cray.com/books/004-2179-001/html-004-2179-001/z893434830malz.html〕
Programming languages that support VLAs include Ada, Algol 68 (for non-flexible rows), APL, C99 (although subsequently relegated in C11 to a conditional feature which implementations are not required to support;〔http://pic.dhe.ibm.com/infocenter/ratdevz/v8r0/topic/com.ibm.xlcpp111.aix.doc/language_ref/variable_length_arrays.html〕〔http://gcc.gnu.org/onlinedocs/gcc/Variable-Length.html〕〔ISO 9899:2011 Programming Languages - C 6.7.6.2 4〕 on some platforms, could be implemented previously with alloca() or similar functions) and C# (as unsafe-mode stack-allocated arrays), COBOL, Fortran 90, J.
== Memory ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Variable-length array」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.